Add missing changeset, add more description for changes#406
Add missing changeset, add more description for changes#406witoszekdev merged 3 commits intomainfrom
Conversation
witoszekdev
commented
Feb 10, 2025
- Add missing changeset
- Update changesets description, change scope
🦋 Changeset detectedLatest commit: 685a685 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #406 +/- ##
=======================================
Coverage 82.64% 82.64%
=======================================
Files 95 95
Lines 3497 3497
Branches 587 587
=======================================
Hits 2890 2890
Misses 600 600
Partials 7 7 ☔ View full report in Codecov by Sentry. |
| This example uses Next.js app router | ||
|
|
||
| ```ts | ||
| /* /app/api/manifest/route.ts */ |
There was a problem hiding this comment.
Suggestion: can you add imports as well for createManifestHandler and createAppRegisterHandler
.changeset/silent-walls-heal.md
Outdated
|
|
||
| ### Previously: | ||
|
|
||
| ``` |
There was a problem hiding this comment.
you can add ts to code block here to enable syntax highlighting
.changeset/silent-walls-heal.md
Outdated
|
|
||
| ### Now: | ||
|
|
||
| ``` |
There was a problem hiding this comment.
you can add ts to code block here to enable syntax highlighting
.changeset/silent-walls-heal.md
Outdated
|
|
||
| Example request: | ||
|
|
||
| ``` |
There was a problem hiding this comment.
I think here you can use http to enable syntax highlighting